VObject::Outline2

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::Outline2 - instance method  

TEMPLATE

void Outline2(Point firstCorner, Point secondCorner)  

SPECIFIERS

public virtual  

DESCRIPTION

Outline2 outlines the rectangle which is determined by the two corners.
This method can be overridden to customize the appearance of outlining. It should also be overridden and forwarded if the subclass has one or several inner VObjects.
The method Outline and the method OutlineRect provide a different interface to this method with respect to the arguments. Method is rarely overridden.  

ARGUMENTS

Point firstCorner

The first corner of the outline rectangle.
Point secondCorner

The second corner of the outline rectangle.
 

RETURN ARGUMENT

void

 

CATEGORIES

drawing, client interface, overrider interface

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022